home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 01d4.dir / 00016.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  490 b   |  25 lines

  1. on exitFrame
  2.   if rollOver(12) then
  3.     set the visible of sprite 18 to 1
  4.   else
  5.     set the visible of sprite 18 to 0
  6.   end if
  7.   if rollOver(13) then
  8.     set the visible of sprite 19 to 1
  9.   else
  10.     set the visible of sprite 19 to 0
  11.   end if
  12.   go(the frame)
  13. end
  14.  
  15. on enterFrame
  16.   cursor(-1)
  17.   set the cursor of sprite 22 to [43, 44]
  18.   repeat with i = 1 to 21
  19.     set the cursor of sprite i to -1
  20.   end repeat
  21.   repeat with i = 23 to 48
  22.     set the cursor of sprite i to -1
  23.   end repeat
  24. end
  25.